Q3Exit
You should call theQ3Exit
function to close your application's connection to QuickDraw 3D.
TQ3Status Q3Exit (void);DESCRIPTION
TheQ3Exit
function closes your application's connection to QuickDraw 3D and deallocates any memory used by that connection. You should callQ3Exit
when your application is finished using QuickDraw 3D routines. After callingQ3Exit
, you should not call any QuickDraw 3D routines other thanQ3Initialize
,Q3IsInitialized
, or the error-reporting routines provided by the Error Manager. CallingQ3Exit
more than once results in a warning being posted but is otherwise acceptable.ERRORS
kQ3ErrorMemoryLeak